bump go version to fix multiple CVEs #1842
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change:
Update the go directive in go.mod from 1.24.6 to 1.24.10 to solve multiple issues described in #1841.
Motivation for the change:
Internal security scanners flagged this repository for multiple CVEs. The Go team fixed this issue in Go 1.24.8 (and 1.25.2). Bumping to 1.24.10 ensures compliance and mitigates the vulnerability, closing #1841.
I’m bumping Go to 1.24.10 instead of 1.24.8 because 1.24.10 is the latest patch release in the 1.24 line, so it includes all fixes from 1.24.8 plus additional bug and security fixes while staying within the same minor version. If you would prefer to update directly to Go 1.25.2, please let me know and I can adjust this PR to target that version instead.
Reviewer Checklist
/docs